home *** CD-ROM | disk | FTP | other *** search
- GetDiskUnitID.bas - Example of examining the FileSysRes list
- ============================================================
-
- Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
-
- This IS a straightforward translation of the Commodore filesystem.resource
- example taken from the Devices RKM p.337.
-
- The example shows use of a resource which has no entry points: opening
- the resource AND examining an Exec list embedded within it.
-
- Compiling
- ---------
- Load the GetFilesys_inc.bh file and Tokenise it (Program-Tokenise), making
- sure you have no token file selected in the File Options (Settings-Compiler-
- Files). Once you have your token file, set the File Options-Token File setting
- to the GetFilesys_inc.t file just created. Load the GetFilesys.bas file,
- compile & run it.
-